.new_tonglan_box{
    background: url('../images/new_tonglan_bg.png') center bottom repeat-y;
    background-size: 100%;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #d02d26;
    margin: 10px auto;
}
.new_tonglan1_tab{
    background-image: url('../images/new_tonglan_tab.png');
    background-size: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding: 0 40px;
}
.new_tonglan1_tab li{
    position: relative;
    cursor: pointer;
    color: #F6F7FA;
    box-sizing: border-box;
    width: 150px;
    height: 72px;
    line-height: 72px;
    font-size: 22px;
}
.new_tonglan1_tab li.active{
    color: #FEFB54;
    background: rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #FEFB54;
}
.new_tonglan1_tab li.active::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #FEFB54;
}
.new_tonglan1_cont_box{
    box-sizing: border-box;
    padding: 40px;
}
.new_tonglan1_cont{
    display: none;
}
.new_tonglan1_cont.active{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.new_tonglan1_c_swiper{
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.new_tonglan1_cont a,
.new_tonglan1_cont img{
    display: block;
    width: 100%;
}
.new_tonglan1_cont .swiper-container-horizontal>.swiper-pagination-bullets,
.new_tonglan1_cont .swiper-pagination,
.tonglan_pagination,
.new_tonglan1_cont .swiper-pagination-custom,
.new_tonglan1_cont .swiper-pagination-fraction {
    position: absolute;
    bottom: 10px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tonglan_pagination .swiper-pagination-bullet ,
.new_tonglan1_cont .swiper-pagination-bullet {
    width: 24px; 
    height: 6px;
    background: #fff; 
    border-radius: 0; 
    opacity: 1;
    transition:all .5s; 
    margin: 0 2px; 
}
.tonglan_pagination .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet ,
.new_tonglan1_cont .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px; 
}
.tonglan_pagination  .swiper-pagination-bullet-active ,
.new_tonglan1_cont .swiper-pagination-bullet-active {
    background: #E60012; 
    opacity: 1; 
}
.new_tonglan1_l{
    width: 430px;
}
.new_tonglan1_c,
.new_tonglan1_r{
    width: 380px;
}
.new_tonglan1_title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.new_tonglan1_title img{
    display: block;
    width: 24px;
    margin-right: 8px;
}
.new_tonglan1_title h3{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #D02D26;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}
.new_tonglan1_title h3 a{
    display: inline;
    color: #D02D26;
    margin-right: 4px;
}
.new_tonglan1_l .new_tonglan1_l_list{
    margin-bottom: 28px;
}
.new_tonglan1_l_list li{
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border-bottom: 1px dashed #dedede;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_tonglan1_l_list li a{
    color: #333;
    display: inline;
    margin-right: 4px;
}
.new_tonglan1_l_tool{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.new_tonglan1_l_tool a{
    text-align: center;
    display: block;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    color: #666666;
    margin: 6px 0;
    width: 96px;
    line-height: 32px;
    font-size: 16px;
}
.new_tonglan1_r2{
    margin-top: 20px;
}

/* new_tonglan2 */
.new_tonglan2{
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.new_tonglan2_title{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    height: 36px;
    margin-bottom: 36px;
}
.new_tonglan2_title img{
    display: block;
    width: 24px;
    margin-right: 8px;
}
.new_tonglan2_title h3{
    height: 36px;
    line-height: 36px;
    font-size: 30px;
    color: #D02D26;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_tonglan2_title h3 a{
    color: #D02D26;
    margin-right: 4px;
}
.new_tonglan2_titr{
    position: absolute;
    right: 0;
    line-height: 36px;
    font-size: 20px;
    color: #D02D26;
}
.new_tonglan2_titr a{
    color: #D02D26;
}
.new_tonglan2_l{
    width: 480px;
}
.new_tonglan2_c{
    width: 265px;
}
.new_tonglan2_c_swiper{
    position: relative;
    width: 100%;
    margin-top: 30px;
}
.new_tonglan2_c_swiper a,
.new_tonglan2_c_swiper img{
    display: block;
    width: 100%;
}
.new_tonglan2_r{
    width: 505px;
}
.new_tonglan2_link{
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 12px;
    color: #D02D26;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_tonglan2_link a{
    color: #D02D26;
    margin-right: 4px;
}
.new_tonglan2_list li{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
}
.new_tonglan2_list li a{
    margin-right: 4px;
}
.new_tonglan2_lb{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new_tonglan2_lb a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(90deg, #77B8F9, #6578F6);
    color: #F6F7FA;
    box-sizing: border-box;
    padding: 0 24px;
    min-width: 100px;
    height: 80px;
    border-radius: 10px;
    line-height: 25px;
    font-size: 20px;
}
.new_tonglan2_lb a:nth-child(3n+1){
    background: linear-gradient(90deg, #EDAF49, #E97C40);
}
.new_tonglan2_lb a:nth-child(3n+2){
    background: linear-gradient(90deg, #77B8F9, #6578F6);
}
.new_tonglan2_lb a:nth-child(3n){
    background: linear-gradient(90deg, #5CB5D0, #72C9B9);
}
.new_tonglan2_rb{
    display: block;
    text-align: center;
    color: #fff;
    background-image: url('../images/new_tonglan2_btn.png');
    background-size: 100%;
    line-height: 60px;
    font-size: 20px;
    margin-top: 10px;
}
.new_tonglan2_form{
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    background: rgba(208, 45, 38, 0.08);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.new_tonglan2_form span{
    text-align: center;
    display: block;
    color: #fff;
    background: #D02D26;
    width: 19%;
    line-height: 40px;
    font-size: 16px;
}
.new_tonglan2_form select{
    box-sizing: border-box;
    border: 0;
    display: block;
    background: #fff;
    box-sizing: border-box;
    color: #666666;
    padding-left: 10px;
    width: 19%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.wz_submit{
    cursor: pointer;
    display: block;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #FE763A, #E14949);
    width: 19%;
    line-height: 40px;
    font-size: 16px;
}
.wz_submit a{
    display: block;
    color: #fff;
}

/* new_tonglan3 */
.new_tonglan3{
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.new_tonglan3_l{
    width: 430px;
}
.new_tonglan3_c{
    width: 380px;
    align-self: flex-end;
}
.new_tonglan3_r{
    width: 430px;
}
.new_tonglan3_link{
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 6px;
    color: #D02D26;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_tonglan3_link a{
    color: #D02D26;
    margin-right: 4px;
}
.new_tonglan3_l_list{
    margin-bottom: 16px;
}
.new_tonglan3_l_list li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 40px;
}
.new_tonglan3_l_list li span{
    display: inline-block;
    text-align: center;
    color: #fff;
    position: relative;
    box-sizing: border-box;
    min-width: 49px;
    width: 49px;
    line-height: 22px;
    border-radius: 3px;
    margin-right: 8px;
    padding-right: 6px;
}
.new_tonglan3_l_list li span b{
    font-weight: normal;
    display: block;
    position: relative;
    z-index: 2;
}
.new_tonglan3_l_list li span img{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.new_tonglan3_l_list li a{
    display: inline;
    color: #333333;
    box-sizing: border-box;
    padding: 0 4px;
}
.new_tonglan3_lp{
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
}
.new_tonglan3_lp a{
    color: #333333;
    margin-right: 4px;
}
.new_tonglan3_link_b{
    margin-top: 16px;
}
.new_tonglan3_c a,
.new_tonglan3_c img{
    display: block;
    width: 100%;
}
.new_tonglan3_c a{
    margin-top: 30px;
}
.new_tonglan3_rp{
    font-size: 18px;
    line-height: 44px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
}
.new_tonglan3_rp a{
    color: #333333;
    margin-right: 4px;
}
.new_tonglan3_rb{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new_tonglan3_rb li{
    text-align: center;
}
.new_tonglan3_rb li:nth-child(1) a.icon{
    background-image: url('../images/tonglan_tools_icon1.png');
}
.new_tonglan3_rb li:nth-child(2) a.icon{
    background-image: url('../images/tonglan_tools_icon2.png');
}
.new_tonglan3_rb li:nth-child(3) a.icon{
    background-image: url('../images/tonglan_tools_icon3.png');
}
.new_tonglan3_rb li:nth-child(4) a.icon{
    background-image: url('../images/tonglan_tools_icon4.png');
}
.new_tonglan3_rb li:nth-child(5) a.icon{
    background-image: url('../images/tonglan_tools_icon5.png');
}
.new_tonglan3_rb li a.icon{
    display: block;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-size: 100%;
    width: 70px;
    height: 70px;
}
.new_tonglan3_rb li a img{
    display: block;
    height: 30px;
}
.new_tonglan3_rb li a.icon_text{
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}

/* new_tonglan4 */
.new_tonglan4{
    padding: 40px;
}
.new_tonglan4_title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: #D02D26;
    height: 40px;
    margin-bottom: 36px;
}
.new_tonglan4_tl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
}
.new_tonglan4_tl img{
    display: block;
    width: 24px;
    margin-right: 8px;
}
.new_tonglan4_tl h3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 4px;
    height: 36px;
    line-height: 36px;
    font-size: 30px;
    white-space: nowrap;
}
.new_tonglan4_tl a{
    color: #D02D26;
}
.new_tonglan4_tr{
    display: block;
    color: #D02D26;
    font-size: 18px;
}
.new_tonglan4_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.new_tonglan4_l{
    width: 830px;
}
.new_tonglan4_r{
    width: 450px;
}
.new_tonglan4_lt{
    box-sizing: border-box;
    background: rgba(208, 45, 38, .15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    height: 200px;
    border-radius: 5px;
}
.new_tonglan4_ltl{
    text-align: center;
}
.new_tonglan4_ltl img{
    display: block;
    width: 140px;
}
.new_tonglan4_ltl a{
    display: block;
    position: relative;
    color: #fff;
    width: 110px;
    line-height: 40px;
    font-size: 16px;
}
.new_tonglan4_ltl a span{
    display: block;
    position: relative;
    z-index: 2;
}
.new_tonglan4_ltl a img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.sf_table{
    width: 600px;
    overflow: hidden;
    text-align: center;
}
.sf_table thead{
    box-sizing: border-box;
    border-bottom: 1px solid rgba(208, 45, 38, .15);
    padding-bottom: 10px;
    margin-bottom: 10px
}
.sf_table th{
    line-height: 36px;
    font-size: 18px;
    width: 16.66%;
    color: #D9383D;
}
.maquee {
	height: calc(36px * 3); overflow: hidden;
}
.sf_table td{
    line-height: 36px;
    font-size: 16px;
    width: 16.66%;
    color: #333;
}
.new_tonglan4_lc{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px 0 16px;
}
.new_tonglan4_l_box{
    width: 400px;
}
.new_tonglan4_swiper2{
    position: relative;
    width: 100%;
}
.new_tonglan4_h4{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    height: 36px;
    margin-bottom: 36px;
}
.new_tonglan4_h4 img{
    display: block;
    width: 24px;
    margin-right: 8px;
}
.new_tonglan4_h4{
    margin-bottom: 6px;
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    color: #D02D26;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_tonglan4_h4 img{
    display: block;
    margin-right: 8px;
    height: 28px;
}
.new_tonglan4_h4 a{
    color: #D02D26;
    margin-right: 4px;
}
.new_tonglan4_link{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_tonglan4_link img{
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 4px;
    width: 20px;
}
.new_tonglan4_link a{
    color: #333;
    margin-right: 4px;
}
.new_tonglan4_rb{
    margin-top: 30px;
}
.new_tonglan4_l_poster,
.new_tonglan4_l_poster img{
    display: block;
    width: 100%;
}
.new_tonglan4_lb{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.new_tonglan4_rc{
    margin: 40px 0 16px;
}
.new_tonglan4_bottom{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new_tonglan4_bottom h4{
    background: linear-gradient(90deg, #EDAF49, #E97C40);
    text-align: center;
    color: #fff;
    font-size: 26px;
    width: 300px;
    line-height: 80px;
    border-radius: 10px;
}
.new_tonglan4_swiper{
    position: relative;
    width: calc(100% - 310px);
}
.new_tonglan6_swiper2  .swiper-button-prev.swiper-button-white.prev ,
.new_tonglan4_swiper  .swiper-button-prev.swiper-button-white.prev {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: -10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bfbfbf;
    cursor: pointer;
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}
.new_tonglan6_swiper2  .swiper-button-next.swiper-button-white.next ,
.new_tonglan4_swiper  .swiper-button-next.swiper-button-white.next {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: -10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bfbfbf;
    cursor: pointer;
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}
.new_tonglan6_swiper2  .swiper-button-prev.swiper-button-white.prev img,
.new_tonglan6_swiper2  .swiper-button-next.swiper-button-white.next img,
.new_tonglan4_swiper  .swiper-button-prev.swiper-button-white.prev img,
.new_tonglan4_swiper  .swiper-button-next.swiper-button-white.next img{
    display: block;
    height: 10px;
}
.new_tonglan4_swiper a{
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    line-height: 26px;
    font-size: 22px;
}
.new_tonglan4_swiper .swiper-slide:nth-child(3n+1){
    border-radius: 10px;
    background: linear-gradient(90deg, #EDAF49, #E97C40);
}
.new_tonglan4_swiper .swiper-slide:nth-child(3n+2){
    border-radius: 10px;
    background: linear-gradient(90deg, #77B8F9, #6578F6);
}
.new_tonglan4_swiper .swiper-slide:nth-child(3n){
    border-radius: 10px;
    background: linear-gradient(90deg, #5CB5D0, #72C9B9);
}

/* new_tonglan5 */
.new_tonglan5{
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.new_tonglan5_l{
    width: 810px;
}
.new_tonglan5_r{
    width: 475px;
}
.new_tonglan5_l_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}
.new_tonglan5_l_list{
    width: 440px;
}
.new_tonglan5_r .new_tonglan5_l_list{
    margin-top: 30px;
}
.new_tonglan5_r .new_tonglan3_rb{
    margin-top: 30px;
}
.new_tonglan5_l_list h5{
    margin-bottom: 12px;
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    color: #D02D26;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_tonglan5_l_list h5 a.new_tonglan5_l_list_first{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    margin-right: 4px;
    width: 80px;
    min-width: 80px;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
}
.new_tonglan5_l_list h5 a.new_tonglan5_l_list_first img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.new_tonglan5_l_list h5 a.new_tonglan5_l_list_first span{
    display: block;
    z-index: 2;
    position: relative;
}
.new_tonglan5_l_list h5 a{
    color: #D02D26;
    margin-right: 4px;
}
.new_tonglan5_l_list p{
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_tonglan5_l_list p span{
    display: inline-block;
    text-align: center;
    color: #fff;
    position: relative;
    width: 44px;
    line-height: 22px;
    margin-right: 4px;
}
.new_tonglan5_l_list p span b{
    position: relative;
    z-index: 2;
    font-weight: normal;
}
.new_tonglan5_l_list p span img{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.new_tonglan5_l_list p a{
    color: #333;
    margin-right: 4px;
}
.new_tonglan5_c_swiper{
    width: 350px;
    margin-top: 10px;
    position: relative;
}
.new_tonglan5_l_poster,
.new_tonglan5_l_poster img{
    display: block;
    width: 100%;
}
/* new_tonglan6 */
.new_tonglan6{
    padding: 40px;
}
.new_tonglan6_title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 36px;
    margin-bottom: 36px;
}
.new_tonglan6_title_b{
    margin-top: 36px;
}
.new_tonglan6_title img{
    display: block;
    width: 24px;
    margin-right: 8px;
}
.new_tonglan6_title h3{
    line-height: 36px;
    font-size: 30px;
    color: #D02D26;
    white-space: nowrap;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}
.new_tonglan6_title h3 a{
    color: #D02D26;
    margin-right: 4px;
}
.new_tonglan6_title p{
    line-height: 36px;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}
.new_tonglan6_title p a{
    color: #333;
}
.swiper_tab{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.swiper_tab p{
    cursor: pointer;
    margin-left: 10px;
    line-height: 36px;
    font-size: 18px;
}
.swiper_tab p.active{
    color: #ff0000;
}
.new_tonglan6_top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.new_tonglan6_c{
    align-self: center;
}
.new_tonglan6_l{
    width: 400px;
}
.new_tonglan6_c_swiper{
    width: 400px;
    position: relative;
}
.new_tonglan6_c a,
.new_tonglan6_c img{
    display: block;
    width: 100%;
}
.new_tonglan6_b{
    width: 460px;
}
.new_tonglan6_swiper2{
    position: relative;
    width: 100%;
}
.new_tonglan6_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new_tonglan6_bottom li:nth-child(3n+1){
    border: 1px solid #8672FF;
}
.new_tonglan6_bottom li:nth-child(3n+1) h3{
    background: #8672FF;
}
.new_tonglan6_bottom li:nth-child(3n+1) .new_tonglan6_bottom_link a{
    color: #8672FF;
    background: rgba(134, 114, 255, .1);
}
.new_tonglan6_bottom li:nth-child(3n+2){
    border: 1px solid #F88B28;
}
.new_tonglan6_bottom li:nth-child(3n+2) h3{
    background: #F88B28;
}
.new_tonglan6_bottom li:nth-child(3n+2) .new_tonglan6_bottom_link a{
    color: #F88B28;
    background: rgba(248, 139, 40, .1);
}
.new_tonglan6_bottom li:nth-child(3n){
    border: 1px solid #E15027;
}
.new_tonglan6_bottom li:nth-child(3n) h3{
    background: #E15027;
}
.new_tonglan6_bottom li:nth-child(3n) .new_tonglan6_bottom_link a{
    color: #E15027;
    background: rgba(225, 80, 39, .1);
}
.new_tonglan6_bottom li{
    box-sizing: border-box;
    background: #FFFFFF;
    overflow: hidden;
    width: 315px;
    height: 385px;
    border-radius: 5px;
}
.new_tonglan6_bottom li h3{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 0 20px;
    line-height: 50px;
    margin-bottom: 20px;
}
.new_tonglan6_bottom li h3 p{
    font-size: 18px;
}
.new_tonglan6_bottom li h3 span{
    font-size: 16px;
}
.new_tonglan6_bottom li>p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    box-sizing: border-box;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}
.new_tonglan6_bottom li>p a{
    color: #333;
    margin-right: 4px;
}
.new_tonglan6_bottom_form{
    display: flex;
    width: calc(100% - 40px);
    justify-content: flex-start;
    align-items:center;
    background: #F3F4F7;
    margin: 16px auto;
    padding: 0 8px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}
.new_tonglan6_bottom_form input.submit{
    background-image: url('../images/tonglan_search.png');
    background-size: 100%;
    border: 0;
    width: 16px;
    height: 16px;
}
.new_tonglan6_bottom_form .new_tonglan6_bottom_form_text{
    display: block;
    width: calc(100% - 16px);
    border: 0;
    font-size: 16px;
    color: #262222;
}
.new_tonglan6_bottom_link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
}
.new_tonglan6_bottom_link a{
    display: block;
    text-align: center;
    font-size: 16px;
    width: 130px;
    line-height: 40px;
    border-radius: 5px;
}
.new_tonglan6_bb{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    width: calc(100% - 40px);
    padding: 0 20px;
    height: 72px;
    margin: 16px auto 0;
}
.new_tonglan6_bb_l{
    position: relative;
    z-index: 2;
}
.new_tonglan6_bb_l p{
    line-height: 26px;
    font-size: 16px;
}
.new_tonglan6_bb_l h5{
    line-height: 28px;
    font-size: 18px;
}
.new_tonglan6_bb img.new_tonglan6_bb_r{
    position: relative;
    z-index: 2;
    width: 60px;
    height: 60px;
}
.new_tonglan6_bb img.bg{
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}


@media screen and (max-width: 1520px){
    .new_tonglan1_cont_box{
        padding: 20px;
    }
    .new_tonglan1_l{
        width: 380px;
    }
    .new_tonglan1_c{
        width: 360px;
    }
    .new_tonglan1_r{
        width: 380px;
    }
    .new_tonglan1_l_tool a{
        width: 87px;
    }
    .new_tonglan2{
        padding: 20px;
    }
    .new_tonglan2_l{
        width: 420px;
    }
    .new_tonglan2_c{
        width: 260px;
    }
    .new_tonglan2_r{
        width: 420px;
    }
    .new_tonglan2_lb a{
        padding: 0 12px;
        font-size: 16px;
        min-width: 98px;
    }
    .new_tonglan3{
        padding: 20px;
    }
    .new_tonglan3_l{
        width: 380px;
    }
    .new_tonglan3_c{
        width: 320px;
    }
    .new_tonglan3_r{
        width: 380px;
    }
    .new_tonglan3_rb li a.icon{
        width: 65px;
        height: 65px;
    }
    .new_tonglan3_rp{
        line-height: 40px;
    }
    .new_tonglan4{
        padding: 20px;
    }
    .new_tonglan4_l{
        width: 720px;
    }
    .new_tonglan4_r{
        width: 420px;
    }
    .new_tonglan4_l_box{
        width: 360px;
    }
    .new_tonglan4_h4{
        font-size: 18px;
        height: 38px;
        line-height: 38px;
    }
    .new_tonglan4_link{
        font-size: 14px;
        height: 32px;
        line-height: 32px;
    }
    .new_tonglan5{
        padding: 20px;
    }
    .new_tonglan5_l{
        width: 720px;
    }
    .new_tonglan5_r{
        width: 420px;
    }
    .new_tonglan5_l_list{
        width: 380px;
    }
    .new_tonglan5_c_swiper{
        width: 320px;
        margin-top: 10px;
    }
    .new_tonglan5_l_list h5 a.new_tonglan5_l_list_first{
        font-size: 14px;
        width: 85px;
        min-width: 85px;
    }
    .new_tonglan6{
        padding: 20px;
    }
    .new_tonglan6_l{
        width: 380px;
    }
    .new_tonglan6_c_swiper{
        width: 360px;
    }
    .new_tonglan6_b{
        width: 380px;
    }
    .new_tonglan6_bottom li{
        width: 280px;
    }
    .new_tonglan6_bottom_link a{
        width: 115px;
    }
    .new_tonglan4_lt{
        height: 185px;
    }

}


@media only all and (max-width:1080px) {
    .new_tonglan_box{
        margin: 1rem auto;
    }
    .new_tonglan1{
        background-image: url('../images/custom_top.png');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        border: 1px solid #e82b2a;
        border-radius: .32rem;
        box-sizing: border-box;
    }
    .new_tonglan1_title_m{
        padding: .65rem 0 .4rem 0;
        font-size: 1rem;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    .new_tonglan1_tab{
        padding: 0 .5rem;
        background-image: none;
    }
    .new_tonglan1_tab li{
        width: 20%;
        height: 1.6rem;
        line-height: 1.6rem;
        font-size: .7rem;
    }
    .new_tonglan1_tab li.active{
        color: #fff;
        font-weight: bold;
        background: none;
        border: 0;
    }
    .new_tonglan1_tab li.active::after{
        display: none;
    }
    .new_tonglan1_cont_box{
        padding: .5rem;
    }
    .new_tonglan1_cont.active{
        display: block;
    }
    .new_tonglan1_c_swiper{
        margin-bottom: .5rem;
    }
    .new_tonglan1_cont .swiper-container-horizontal>.swiper-pagination-bullets,
    .new_tonglan1_cont .swiper-pagination,
    .tonglan_pagination,
    .new_tonglan1_cont .swiper-pagination-custom,
    .new_tonglan1_cont .swiper-pagination-fraction {
        bottom: .3rem;
    }
    .tonglan_pagination .swiper-pagination-bullet ,
    .new_tonglan1_cont .swiper-pagination-bullet {
        width: .6rem; 
        height: .2rem;
        background: #fff; 
        border-radius: 0; 
        opacity: 1;
        transition:all .5s; 
        margin: 0 .2rem; 
    }
    .tonglan_pagination .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet ,
    .new_tonglan1_cont .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 .2rem; 
    }
    .tonglan_pagination  .swiper-pagination-bullet-active ,
    .new_tonglan1_cont .swiper-pagination-bullet-active {
        background: #E60012; 
        opacity: 1; 
    }
    .new_tonglan1_l{
        width: 100%;
    }
    .new_tonglan1_c,
    .new_tonglan1_r{
        width: 100%;
    }
    .new_tonglan1_title{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: .3rem;
    }
    .new_tonglan1_title img{
        width: .6rem;
        margin-right: .2rem;
    }
    .new_tonglan1_title h3{
        height: 1.3rem;
        line-height: 1.3rem;
        font-size: .8rem;
    }
    .new_tonglan1_title h3 a{
        margin-right: .2rem;
    }
    .new_tonglan1_l .new_tonglan1_l_list{
        margin-bottom: .5rem;
    }
    .new_tonglan1_l_list li{
        box-sizing: border-box;
        padding: .3rem 0;
        height: 1.9rem;
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .new_tonglan1_l_list li a{
        margin-right: .15rem;
    }
    .new_tonglan1_l_tool{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .new_tonglan1_l_tool a{
        margin: .2rem .5%;
        width: 24%;
        line-height: 1.4rem;
        font-size: .6rem;
    }
    .new_tonglan1_r2{
        margin-top: .5rem;
    }
    
    /* new_tonglan2 */
    .new_tonglan2{
        padding: .5rem;
        display: block;
        justify-content: space-between;
        align-items: flex-end;
    }
    .new_tonglan2_title{
        height: 1.2rem;
        margin-bottom: .5rem;
    }
    .new_tonglan2_title img{
        width: 1rem;
        margin-right: .2rem;
    }
    .new_tonglan2_title h3{
        height: 1.6rem;
        line-height: 1.6rem;
        font-size: 1rem;
    }
    .new_tonglan2_title h3 a{
        margin-right: .2rem;
    }
    .new_tonglan2_titr{
        line-height: 1.3rem;
        font-size: .8rem;
    }
    .new_tonglan2_l{
        width: 100%;
    }
    .new_tonglan4_rb{
        margin-top: .5rem;
    }
    .new_tonglan2_c{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .new_tonglan2_c_swiper{
        margin-top: .5rem;
        width: 49%;
    }
    .new_tonglan2_c_swiper a,
    .new_tonglan2_c_swiper img{
        display: block;
        width: 100%;
    }
    .new_tonglan2_r{
        width: 100%;
    }
    .new_tonglan2_link{
        height: 1.3rem;
        line-height: 1.3rem;
        font-size: .8rem;
        margin-bottom: .3rem;
    }
    .new_tonglan2_link a{
        margin-right: .2rem;
    }
    .new_tonglan2_list li{
        font-size: .7rem;
        height: 1.3rem;
        line-height: 1.3rem;
    }
    .new_tonglan2_list li a{
        margin-right: .1rem;
    }
    .new_tonglan2_lb{
        margin-top: .5rem;
        flex-wrap: wrap;
    }
    .new_tonglan2_lb a{
        padding: 0 .3rem;
        min-width: 49%;
        margin: .1rem .5%;
        height: 2.4rem;
        border-radius: .3rem;
        height: 1.3rem;
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .new_tonglan2_lb a:nth-child(3n+1){
        background: linear-gradient(90deg, #EDAF49, #E97C40);
    }
    .new_tonglan2_lb a:nth-child(3n+2){
        background: linear-gradient(90deg, #77B8F9, #6578F6);
    }
    .new_tonglan2_lb a:nth-child(3n){
        background: linear-gradient(90deg, #5CB5D0, #72C9B9);
    }
    .new_tonglan2_rb{
        display: block;
        text-align: center;
        color: #fff;
        background-image: url('../images/new_tonglan2_btn.png');
        background-size: 100%;
        line-height: 2.5rem;
        font-size: .8rem;
        margin-top: .3rem;
    }
    .new_tonglan2_form{
        padding: .3rem;
        border-radius: .2rem;
        margin-bottom: .3rem;
    }
    .new_tonglan2_form span{
        width: 19%;
        line-height: 1.6rem;
        height: 1.6rem;
        font-size: .6rem;
    }
    .new_tonglan2_form select{
        box-sizing: border-box;
        border: 0;
        display: block;
        background: #fff;
        box-sizing: border-box;
        color: #666666;
        padding-left: .2rem;
        width: 19%;
        height: 1.6rem;
        line-height: 1.6rem;
        font-size: .6rem;
    }
    .wz_submit{
        cursor: pointer;
        display: block;
        text-align: center;
        color: #fff;
        background: linear-gradient(135deg, #FE763A, #E14949);
        width: 19%;
        line-height: 1.6rem;
        font-size: .6rem;
    }
    
    /* new_tonglan3 */
    .new_tonglan3{
        padding: .5rem;
        display: block;
        justify-content: space-between;
        align-items: flex-start;
    }
    .new_tonglan3_l{
        width: 100%;
    }
    .new_tonglan3_c{
        width: 100%;
    }
    .new_tonglan3_r{
        width: 100%;
    }
    .new_tonglan3_link{
        height: 1.6rem;
        line-height: 1.6rem;
        font-size: .8rem;
        margin-bottom: .2rem;
    }
    .new_tonglan3_link a{
        margin-right: .2rem;
    }
    .new_tonglan3_l_list{
        margin-bottom: .4rem;
    }
    .new_tonglan3_l_list li{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: .7rem;
        line-height: 1.6rem;
    }
    .new_tonglan3_l_list li span{
        min-width: 2.2rem;
        width: 2.2rem;
        line-height: 1.3rem;
        padding-right: .2rem;
        border-radius: .2rem;
        margin-right: .3rem;
    }
    .new_tonglan3_l_list li a{
        box-sizing: border-box;
        padding: 0 .1rem;
    }
    .new_tonglan3_lp{
        font-size: .7rem;
        line-height: 1.3rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #333333;
    }
    .new_tonglan3_lp a{
        margin-right: .2rem;
    }
    .new_tonglan3_link_b{
        margin-top: .4rem;
    }
    .new_tonglan3_c a,
    .new_tonglan3_c img{
        display: block;
        width: 100%;
    }
    .new_tonglan3_c a{
        margin-top: .3rem;
    }
    .new_tonglan3_rp{
        font-size: .7rem;
        line-height: 1.3rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #333333;
    }
    .new_tonglan3_rp a{
        color: #333333;
        margin-right: .2rem;
    }
    .new_tonglan3_rb{
        margin-top: .5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .new_tonglan3_rb li{
        text-align: center;
    }
    .new_tonglan3_rb li a.icon{
        width: 2.5rem;
        height: 2.5rem;
    }
    .new_tonglan3_rb li a img{
        display: block;
        height: 1.2rem;
    }
    .new_tonglan3_rb li a.icon_text{
        font-size: .7rem;
        line-height: 1.3rem;
        color: #666666;
    }
    
    /* new_tonglan4 */
    .new_tonglan4{
        padding: .5rem;
    }
    .new_tonglan4_title{
        width: 100%;
        display: block;
        flex-wrap: wrap;
        height: auto;
        margin-bottom: .5rem;
    }
    .new_tonglan4_tl{
        display: block;
        font-size: .6rem;
    }
    .new_tonglan4_tl img{
        width: 1rem;
        margin-right: .2rem;
    }
    .new_tonglan4_tl h3{
        margin-right: .2rem;
        height: 1.8rem;
        line-height: 1.8rem;
        font-size: 1rem;
        white-space: nowrap;
    }
    .new_tonglan4_tl a{
        color: #D02D26;
    }
    .new_tonglan4_tr{
        font-size: .6rem;
    }
    .new_tonglan4_flex{
        display: block;
        justify-content: space-between;
        align-items: flex-start;
    }
    .new_tonglan4_l{
        width: 100%;
    }
    .new_tonglan4_r{
        width: 100%;
    }
    .new_tonglan4_lt{
        flex-direction: column;
        padding: .3rem;
        height: auto;
        border-radius: .2rem;
    }
    .new_tonglan4_ltl img{
        width: 3rem;
    }
    .new_tonglan4_ltl a{
        width: 3.5rem;
        line-height: 1.4rem;
        font-size: .7rem;
    }
    .sf_box,
    .sf_table{
        width: 100%;
    }
    .sf_table thead{
        padding-bottom: .2rem;
        margin-bottom: .2rem
    }
    .sf_table th{
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: .8rem;
        white-space: nowrap;
        width: 16.66%;
        color: #D9383D;
    }
    .new_tonglan4_flex{
        display: block;
    }
    .maquee {
        height: calc(1rem * 3); overflow: hidden;
    }
    .sf_table td{
        line-height: 1rem;
        font-size: .6rem;
        width: 16.66%;
        color: #333;
    }
    .new_tonglan4_lc{
        display: block;
        margin: .5rem 0;
    }
    .new_tonglan4_l_box{
        width: 100%;
    }
    .new_tonglan4_swiper2{
        position: relative;
        width: 100%;
    }
    .new_tonglan4_h4{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        height: 1.2rem;
        margin-bottom: .5rem;
    }
    .new_tonglan4_h4 img{
        width: .6rem;
        margin-right: .2rem;
    }
    .new_tonglan4_h4{
        margin-bottom: .2rem;
        line-height: 1.2rem;
        height: 1.2rem;
        font-size: .7rem;
    }
    .new_tonglan4_h4 img{        
        margin-bottom: .2rem;
        height: .7rem;
    }
    .new_tonglan4_h4 a{
        margin-right: .2rem;
    }
    .new_tonglan4_link{
        height: 1.4rem;
        line-height: 1.4rem;
        font-size: .7rem;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .new_tonglan4_link img{
        margin-right: .1rem;
        width: .6rem;
    }
    .new_tonglan4_link a{
        color: #333;
        margin-right: .2rem;
    }
    .new_tonglan4_l_poster,
    .new_tonglan4_l_poster img{
        display: block;
        width: 100%;
    }
    .new_tonglan4_lb{
        display: block;
        justify-content: space-between;
        align-items: flex-start;
    }
    .new_tonglan4_rc{
        margin: .5rem 0;
    }
    .new_tonglan4_bottom{
        margin-top: .5rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .new_tonglan4_bottom h4{
        font-size: .8rem;
        width: 8rem;
        line-height: 2rem;
        border-radius: .3rem;
        margin-bottom: .3rem;
    }
    .new_tonglan4_swiper{
        position: relative;
        width: 100%;
    }
    .new_tonglan6_swiper2  .swiper-button-prev.swiper-button-white.prev ,
    .new_tonglan4_swiper  .swiper-button-prev.swiper-button-white.prev {
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        left: -.4rem;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #bfbfbf;
        cursor: pointer;
        position: absolute;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .new_tonglan6_swiper2  .swiper-button-next.swiper-button-white.next ,
    .new_tonglan4_swiper  .swiper-button-next.swiper-button-white.next {
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        right: -.4rem;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #bfbfbf;
        cursor: pointer;
        position: absolute;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .new_tonglan6_swiper2  .swiper-button-prev.swiper-button-white.prev img,
    .new_tonglan6_swiper2  .swiper-button-next.swiper-button-white.next img,
    .new_tonglan4_swiper  .swiper-button-prev.swiper-button-white.prev img,
    .new_tonglan4_swiper  .swiper-button-next.swiper-button-white.next img{
        height: .3rem;
    }
    .new_tonglan4_swiper a{
        width: 100%;
        height: 3rem;
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .new_tonglan4_swiper .swiper-slide:nth-child(3n+1){
        border-radius: .3rem;
        background: linear-gradient(90deg, #EDAF49, #E97C40);
    }
    .new_tonglan4_swiper .swiper-slide:nth-child(3n+2){
        border-radius: .3rem;
        background: linear-gradient(90deg, #77B8F9, #6578F6);
    }
    .new_tonglan4_swiper .swiper-slide:nth-child(3n){
        border-radius: .3rem;
        background: linear-gradient(90deg, #5CB5D0, #72C9B9);
    }
    
    /* new_tonglan5 */
    .new_tonglan5{
        padding: .5rem;
        display: block;
        justify-content: space-between;
        align-items: flex-start;
    }
    .new_tonglan5_l{
        width: 100%;
    }
    .new_tonglan5_r{
        width: 100%;
    }
    .new_tonglan5_l_flex{
        display: block;
        justify-content: space-between;
        align-items: center;
        margin-top: .5rem;
    }
    .new_tonglan5_l_list{
        width: 100%;
    }
    .new_tonglan5_r .new_tonglan5_l_list{
        margin-top: .5rem;
    }
    .new_tonglan5_r .new_tonglan3_rb{
        margin-top: .5rem;
    }
    .new_tonglan5_l_list h5{
        margin-bottom: .2rem;
        height: 1.2rem;
        line-height: 1.2rem;
        font-size: .8rem;
        color: #D02D26;
        white-space: nowrap;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .new_tonglan5_l_list h5 a.new_tonglan5_l_list_first{
        text-align: center;
        color: #fff;
        margin-right: .2rem;
        width: 3rem;
        min-width: 3rem;
        font-size: .6rem;
        height: 1.3rem;
        line-height: 1.3rem;
    }
    .new_tonglan5_l_list h5 a{
        margin-right: .2rem;
    }
    .new_tonglan5_l_list p{
        height: 1.3rem;
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .new_tonglan5_l_list p span{
        width: 2rem;
        min-width: 2rem;
        font-size: .6rem;
        line-height: 1.3rem;
        margin-right: .3rem;
    }
    .new_tonglan5_l_list p a{
        color: #333;
        margin-right: .2rem;
    }
    .new_tonglan5_c_swiper{
        margin-top: 0;
        width: 100%;
        position: relative;
    }
    .new_tonglan5_l_poster,
    .new_tonglan5_l_poster img{
        display: block;
        width: 100%;
    }
    /* new_tonglan6 */
    .new_tonglan6{
        padding: .5rem;
    }
    .new_tonglan6_title{
        display: block;
        height: auto;
        margin-bottom: .5rem;
    }
    .new_tonglan6_title_b{
        margin-top: .5rem;
    }
    .new_tonglan6_title img{
        width: .6rem;
        margin-right: .2rem;
    }
    .new_tonglan6_title h3{
        line-height: 1.2rem;
        font-size: .8rem;
        color: #D02D26;
        white-space: nowrap;
        /* overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; */
    }
    .new_tonglan6_title h3 a{
        color: #D02D26;
        margin-right: .2rem;
    }
    .new_tonglan6_title p{
        line-height: 1.3rem;
        font-size: .6rem;
        color: #333;
        white-space: nowrap;
        /* overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; */
    }
    .new_tonglan6_title p a{
        color: #333;
    }
    .swiper_tab{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .swiper_tab p{
        cursor: pointer;
        margin: 0 ;
        width: 20%;
        line-height: 1.8rem;
        font-size: .65rem;
    }
    .swiper_tab p.active{
        color: #D02D26;
    }
    .new_tonglan6_top{
        display: block;
    }
    .new_tonglan6_l{
        width: 100%;
    }
    .new_tonglan6_c_swiper{
        width: 100%;
        position: relative;
    }
    .new_tonglan6_b{
        width: 100%;
    }
    .new_tonglan6_swiper2{
        position: relative;
        width: 100%;
    }
    .swiper_m,
    .new_tonglan6_swiper2 .swiper-container{
        overflow: visible;
    }
    .swiper_m .swiper-container{
        overflow: hidden;
    }
    .swiper_m{
        position: relative;
    }
    .swiper_m .swiper-slide:nth-child(3n+1){
        border: 1px solid #8672FF;
    }
    .swiper_m .swiper-slide:nth-child(3n+1) h3{
        background: #8672FF;
    }
    .swiper_m .swiper-slide:nth-child(3n+1) .new_tonglan6_bottom_link a{
        color: #8672FF;
        background: rgba(134, 114, 255, .1);
    }
    .swiper_m .swiper-slide:nth-child(3n+2){
        border: 1px solid #F88B28;
    }
    .swiper_m .swiper-slide:nth-child(3n+2) h3{
        background: #F88B28;
    }
    .swiper_m .swiper-slide:nth-child(3n+2) .new_tonglan6_bottom_link a{
        color: #F88B28;
        background: rgba(248, 139, 40, .1);
    }
    .swiper_m .swiper-slide:nth-child(3n){
        border: 1px solid #E15027;
    }
    .swiper_m .swiper-slide:nth-child(3n) h3{
        background: #E15027;
    }
    .swiper_m .swiper-slide:nth-child(3n) .new_tonglan6_bottom_link a{
        color: #E15027;
        background: rgba(225, 80, 39, .1);
    }
    .swiper_m .swiper-slide{
        box-sizing: border-box;
        background: #FFFFFF;
        overflow: hidden;
        width: 100%;
        height: auto;
        border-radius: .2rem;
    }
    .swiper_m .swiper-slide h3{
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        padding: 0 1rem;
        line-height: 2rem;
        margin-bottom: .5rem;
    }
    .swiper_m .swiper-slide h3 p{
        font-size: .9rem;
    }
    .swiper_m .swiper-slide h3 span{
        font-size: .9rem;
    }
    .swiper_m .swiper-slide>p{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #333;
        box-sizing: border-box;
        padding: 0 1rem;
        height: 1.3rem;
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .swiper_m .swiper-slide>p a{
        color: #333;
        margin: 0 .1rem;
    }
    .swiper_m  .swiper-button-prev.swiper-button-white.prev {
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        left: -.5rem;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #bfbfbf;
        cursor: pointer;
        position: absolute;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .swiper_m  .swiper-button-next.swiper-button-white.next {
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        right: -.5rem;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #bfbfbf;
        cursor: pointer;
        position: absolute;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .swiper_m  .swiper-button-prev.swiper-button-white.prev img,
    .swiper_m  .swiper-button-next.swiper-button-white.next img{
        display: block;
        height: .3rem;
    }
    .new_tonglan6_bottom_form{
        display: flex;
        width: calc(100% - 2rem);
        justify-content: flex-start;
        align-items:center;
        background: #F3F4F7;
        margin: .3rem auto;
        padding: 0 .2rem;
        height: 1.8rem;
        line-height: 1.8rem;
        border-radius: .2rem;
    }
    .new_tonglan6_bottom_form input.submit{
        background-image: url('../images/tonglan_search.png');
        background-size: 100%;
        border: 0;
        width: .8rem;
        height: .8rem;
        margin-right: .2rem;
    }
    .new_tonglan6_bottom_form .new_tonglan6_bottom_form_text{
        display: block;
        width: calc(100% - 1rem);
        border: 0;
        font-size: .7rem;
        color: #999;
    }
    .new_tonglan6_bottom_link{
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        box-sizing: border-box;
        padding: 0 1rem;
    }
    .new_tonglan6_bottom_link a{
        display: block;
        text-align: center;
        font-size: .7rem;
        width: 49%;
        line-height: 1.6rem;
        border-radius: .4rem;
    }
    .new_tonglan6_bb{
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        box-sizing: border-box;
        color: #fff;
        width: 100%;
        padding: .5rem 1rem;
        height: auto;
        margin: .4rem auto 0;
    }
    .new_tonglan6_bb_l p{
        line-height: 1.3rem;
        font-size: 1rem;
    }
    .new_tonglan6_bb_l h5{
        line-height: 1.3rem;
        font-size: .8rem;
    }
    .new_tonglan6_bb img.new_tonglan6_bb_r{
        width: 2rem;
        height: 2rem;
    }
}